home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
L_CHSRC_
/
TEXT.H
< prev
next >
Wrap
Text File
|
1989-11-08
|
1KB
|
32 lines
/********************************************************************************
* text.h
*
* Text Window Management Header
*
* ⌐1989, Motorola Inc. All rights reserved.
********************************************************************************/
#define _H_text
/* External Function Prototypes
*/
#ifdef PROTOTYPES
WindowPtr TextWindow (WORD windID, WORD top, WORD left, Boolean isActive);
void TextAdjust (WindowPtr theWindow);
void TextWindReset (WindowPtr theWindow);
void TextContent (WindowPtr theWindow, WORD theMods, Point thePoint);
void TextActivate (Boolean isActive, WindowPtr theWindow);
void TextUpdate (WindowPtr theWindow);
void TextPutText (BYTE *theText, LONG theLen, WindowPtr theWindow);
void TextDoScroll (WindowPtr theWindow, ControlHandle theControl, WORD thePart, Point thePoint);
pascal void TextScrollProc (ControlHandle theControl, WORD thePart);
void TextCalcScroll (WindowPtr theWindow);
void TextScroll (WORD dh, WORD dv, TEHandle teHdl);
void TextScrollTo (WORD h, WORD v, WindowPtr theWindow);
void TextSelView (WindowPtr theWindow);
#endif